Delete Calendar
AutomatR.GoogleCalendar.Activities.DeleteCalendar
The "Delete Calendar" activity in AutomatR is part of the Google Calendar activities package, allowing automation processes to delete specific calendars from a Google Calendar account. This activity simplifies calendar management tasks, enhancing the efficiency of automation workflows.
Properties
Name | Description |
---|---|
Input | |
Calendar Name | Specifies the name of the calendar to be deleted from the Google Calendar account. String variables containing the calendar name. |
Misc | |
Display Name | Provides a customizable name for the activity displayed in the workflow. The display name enhances clarity and organization within the automation project. String variables containing the desired display name. |
Optional | |
Delay | Specifies the amount of time (in seconds) to wait before executing the "Delete Calendar" activity. This can be useful for handling synchronization issues. Integer variables containing the delay duration. Ex.: If the amount of time is 1000 milliseconds or 1 sec, i.e. 1. |
How to use:
- Drag and drop the "Delete Calendar" activity onto the workflow.
- Configure the properties by specifying the name of the calendar to be deleted.
- Optionally, configure the delay and customize the display name.
- Execute the workflow to delete the specified calendar from the Google Calendar account.
Example: Consider an example where the "Delete Calendar" activity is used to delete a calendar named "Team Meetings" from the Google Calendar:
Delete Calendar:
Display Name: "Delete Team Meetings Calendar"
Calendar Name: "Team Meetings"
In this example, the activity deletes the calendar named "Team Meetings" from the Google Calendar account.